libxl: remove redundant info from dm info.
authorIan Campbell <ian.campbell@citrix.com>
Tue, 31 Jan 2012 15:21:51 +0000 (15:21 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 31 Jan 2012 15:21:51 +0000 (15:21 +0000)
commit629a2840b68232cfd7313d64dd6ef600e87be591
tree656907535cdaccbb83c9baf18cfda524718b917c
parente4e8aee7d36786a3109bec4f51d75b7431a7388e
libxl: remove redundant info from dm info.

Remove "target_ram", "acpi", "vcpus" and "vcpu_avail" from device model info
and use domain_build_info instead. These must all be consistently specified to
both the domain and the device model, there is no need (and a great deal of
danger) in exposing a way for a user of libxl to set them differently.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl_create.c
tools/libxl/libxl_dm.c
tools/libxl/libxl_types.idl
tools/libxl/xl_cmdimpl.c